stopForegroundService method

Future<MapxusMethodResponse> stopForegroundService()

Stops the foreground service and removes the persistent notification.

Implementation

Future<MapxusMethodResponse> stopForegroundService() =>
    _platform.stopForegroundService();