FlutterError (ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized. If you're running an application and need to access the binary messenger before `runApp()` has been called code example
Example: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized.
// add this, and it should be the first line in main method
WidgetsFlutterBinding.ensureInitialized();