startBackgroundService method

  1. @override
Future<void> startBackgroundService()
override

Implementation

@override
Future<void> startBackgroundService() async {
  await methodChannel.invokeMethod('startBackgroundService');
}