getAvailableDevices method

Future<List<DeviceInfo>> getAvailableDevices()

Implementation

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