scanBluetoothDevices method

Future<List<EspBluetoothDevice>> scanBluetoothDevices()

Implementation

Future<List<EspBluetoothDevice>> scanBluetoothDevices() {
  return EspPlatform.instance.scanBluetoothDevices();
}