getDevices method

Future<List<BluetoothDevice>> getDevices()

Implementation

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