connectDevice method

Future<String?> connectDevice()

Implementation

Future<String?> connectDevice() {
  throw UnimplementedError('connectDevice() has not been implemented.');
}