stopBackgroundService method

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

Implementation

@override
Future<bool> stopBackgroundService() async {
  final result =
  await _methodChannel.invokeMethod('stopBackgroundService');
  return result == true;
}