The pub.dev Firebase Messaging example located at the link below fails to compile in the Flutter/Android Studio with the following error:
Undefined class 'MessageArguments'.

The source code and libraries are here: [https://github.com/firebase/flutterfire/tree/master/packages/firebase_messaging/firebase_messaging/example][2]
Has anyone successfully compiled this example, and/or do you have suggestions how to resolve this error?