getBluetoothDevices method
Lists Bluetooth devices known to the SDK.
Implementation
Future<List<TightBluetoothDevice>> getBluetoothDevices() {
throw UnimplementedError('getBluetoothDevices() has not been implemented.');
}
Lists Bluetooth devices known to the SDK.
Future<List<TightBluetoothDevice>> getBluetoothDevices() {
throw UnimplementedError('getBluetoothDevices() has not been implemented.');
}