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