scanBluetoothDevices method
Scan for Bluetooth devices
Implementation
Future<List<String>> scanBluetoothDevices(TriposConfiguration configuration) {
throw UnimplementedError(
'scanBluetoothDevices() has not been implemented.',
);
}
Scan for Bluetooth devices
Future<List<String>> scanBluetoothDevices(TriposConfiguration configuration) {
throw UnimplementedError(
'scanBluetoothDevices() has not been implemented.',
);
}