connectBluetooth method

Future<void> connectBluetooth(
  1. BluetoothModel model
)

Implementation

Future<void> connectBluetooth(BluetoothModel model) {
  throw UnimplementedError('Not implemented.');
}