getDeviceList function

Future<List<Device>> getDeviceList()

Implementation

Future<List<Device>> getDeviceList() {
  return _platform.getDeviceList();
}