stopScanningForBluetoothDevices method

void stopScanningForBluetoothDevices()

Stop scanning for BLE MIDI devices

Implementation

void stopScanningForBluetoothDevices() {
  _platform.stopScanningForBluetoothDevices();
}