getDiscoveredDevices method

Future<List<BluetoothDevice>> getDiscoveredDevices()

Get list of discovered devices

Implementation

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