Closed
Description
There are 9 instances of calling getFlutterEngine()
, which is now deprecated.
I think the fix is trivial; replace:
binding.getFlutterEngine().getDartExecutor()
with
binding.getBinaryMessenger()
This impacts:
- firebase_admob
- firebase_database
- firebase_dynamic_links
- firebase_in_app_messaging
- firebase_messaging
- firebase_ml_vision
- firebase_performance
- firebase_remote_config
- firebase_storage