Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
io.flutter.plugin.common.PluginRegistry.PluginRegistrantCallback Interface Reference

Public Member Functions

void registerWith (@NonNull PluginRegistry registry)
 

Detailed Description

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.

Deprecated:
See https://flutter.dev/go/android-project-migration for migration details.

Definition at line 437 of file PluginRegistry.java.

Member Function Documentation

◆ registerWith()

void io.flutter.plugin.common.PluginRegistry.PluginRegistrantCallback.registerWith ( @NonNull PluginRegistry  registry)

The documentation for this interface was generated from the following file: