FlutterDesktopEngineGetPluginRegistrar method

Pointer<FlutterDesktopPluginRegistrar> FlutterDesktopEngineGetPluginRegistrar(
  1. Pointer<FlutterDesktopEngine> engine,
  2. Pointer<Int8> plugin_name
)

Returns the plugin registrar handle for the plugin with the given name.

The name must be unique across the application.

Implementation

Pointer<FlutterDesktopPluginRegistrar> FlutterDesktopEngineGetPluginRegistrar(
  Pointer<FlutterDesktopEngine> engine,
  Pointer<Int8> plugin_name,
) =>
    _FlutterDesktopEngineGetPluginRegistrar(
      engine,
      plugin_name,
    );