startInternalPluginService function

void startInternalPluginService()

Implementation

@pragma('vm:entry-point')
void startInternalPluginService() {
  FlutterForegroundTask.setTaskHandler(InternalPluginServiceHandler());
}