stopForegroundService method

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

Stop the foreground service for notification polling.

Implementation

@override
Future<bool> stopForegroundService() async {
  // Not applicable on web
  return false;
}