startService method
Starts the service to listen to USB events. Will respond if an usb device is attached or detached. This service may show a notification icon in the notification bar.
Implementation
Future<void> startService() {
throw UnimplementedError();
}