initPluginSystem function

Future<void> initPluginSystem()

Implementation

Future<void> initPluginSystem() {
  return Future.value();
}