stopForegroundService method
Stops foreground service (Android only).
Implementation
Future<void> stopForegroundService() async {
await TorchFlashlight.stopForegroundService();
}
Stops foreground service (Android only).
Future<void> stopForegroundService() async {
await TorchFlashlight.stopForegroundService();
}