getAndroidPairedDevices method

Future<List<BluetoothDevice>> getAndroidPairedDevices()

Implementation

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