stopService method

Future<void> stopService()

Stops the service to listen for USB events.

Implementation

Future<void> stopService() {
  throw UnimplementedError();
}