stopService static method

Future<bool> stopService()

Stop the foreground service.

Implementation

static Future<bool> stopService() =>
    FlutterForegroundTaskPlatform.instance.stopService();