registerPluginFactory static method

void registerPluginFactory(
  1. String name,
  2. PluginFacotry factory,
  3. bool loadOnInit
)

Implementation

static void registerPluginFactory(
    String name, PluginFacotry factory, bool loadOnInit) {}