registerWith static method

void registerWith()

Registers this class as the default instance of FlutterBackgroundServicePlatform.

Implementation

static void registerWith() {
  FlutterBackgroundServicePlatformEnhanced.instance = FlutterBackgroundServiceIOSEnhanced();
}