Class FlutterPlugin.FlutterPluginBinding

  • Enclosing interface:
    FlutterPlugin

    public static class FlutterPlugin.FlutterPluginBinding
    extends Object
    Resources made available to all plugins registered with a given FlutterEngine.

    The provided BinaryMessenger can be used to communicate with Dart code running in the Flutter context associated with this plugin binding.

    Plugins that need to respond to Lifecycle events should implement the additional ActivityAware and/or ServiceAware interfaces, where a Lifecycle reference can be obtained.