stopForegroundService method

  1. @override
Future<void> stopForegroundService()
override

Stops foreground service (Android only).

Implementation

@override
Future<void> stopForegroundService() async {
  // Foreground service is Android-specific, no-op on web
}