stopService method
Stop the background service completely
Implementation
Future<void> stopService() {
throw UnimplementedError('stopService() has not been implemented.');
}
Stop the background service completely
Future<void> stopService() {
throw UnimplementedError('stopService() has not been implemented.');
}