bluetoothConnectDevice method
new connection bluetooth device
Implementation
Future<int> bluetoothConnectDevice({required BluetoothDevice device}) {
throw UnimplementedError(
'bluetoothConnectDevice() has not been implemented.');
}
new connection bluetooth device
Future<int> bluetoothConnectDevice({required BluetoothDevice device}) {
throw UnimplementedError(
'bluetoothConnectDevice() has not been implemented.');
}