stopScanningForBluetoothDevices method

  1. @override
void stopScanningForBluetoothDevices()
override

Stops scanning for BLE MIDI devices.

Implementation

@override
void stopScanningForBluetoothDevices() {
  _methodChannel.invokeMethod('stopScanForDevices');
}