getPairedDevices method

Future<List<Device>> getPairedDevices()

Implementation

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