stopForegroundService method

Future<bool> stopForegroundService()

Implementation

Future<bool> stopForegroundService() {
  throw UnimplementedError(
    'stopForegroundService() has not been implemented.',
  );
}