stopBackgroundService method

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

Implementation

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