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

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
  • Method Details

    • registerWith

      void registerWith(@NonNull PluginRegistry registry)
      Deprecated.