stopForegroundService method

Future<void> stopForegroundService()

Stops foreground service (Android only).

Implementation

Future<void> stopForegroundService() async {
  await TorchFlashlight.stopForegroundService();
}