stopBackgroundService method

Future<bool> stopBackgroundService(
  1. ServiceType type
)

Implementation

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