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 {
  return _platform.startScanningForBluetoothDevices();
}