scanDevices method

Future<List<Map<String, String>>> scanDevices()

Implementation

Future<List<Map<String, String>>> scanDevices() {
  throw UnimplementedError('scanDevices() has not been implemented.');
}