getDeviceList method

Future<List<Device>> getDeviceList()

Implementation

Future<List<Device>> getDeviceList() {
  throw UnimplementedError();
}