startScanningForBluetoothDevices method

Future<void> startScanningForBluetoothDevices()

Starts scanning for BLE MIDI devices.

Found devices will be included in the list returned by devices.

Implementation

Future<void> startScanningForBluetoothDevices() async {
  throw UnimplementedError(
      'startScanningForBluetoothDevices() has not been implemented.');
}