Package io.flutter.plugin.common
Interface PluginRegistry.PluginRegistrantCallback
-
- Enclosing interface:
- PluginRegistry
@Deprecated public static interface PluginRegistry.PluginRegistrantCallback
Deprecated.See https://flutter.dev/go/android-project-migration for migration details.Callback interface for registering plugins with a plugin registry.For example, an Application may use this callback interface to provide a background service with a callback for calling its GeneratedPluginRegistrant.registerWith method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
registerWith(PluginRegistry registry)
Deprecated.
-
-
-
Method Detail
-
registerWith
void registerWith(@NonNull PluginRegistry registry)
Deprecated.
-
-