stopForegroundService method

Future<void> stopForegroundService()

Implementation

Future<void> stopForegroundService() async {
  return await _methodChannel.invokeMethod(
      'stopForegroundService', buildArguments());
}