getAvailableDevices method

Future<String> getAvailableDevices()

Implementation

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