stopBackgroundService method
Implementation
Future<bool> stopBackgroundService(
ServiceType type,
) {
throw UnimplementedError('stopService() has not been implemented.');
}
Future<bool> stopBackgroundService(
ServiceType type,
) {
throw UnimplementedError('stopService() has not been implemented.');
}