connectBluetooth method

  1. @override
Future<void> connectBluetooth(
  1. BluetoothModel model
)
override

Implementation

@override
Future<void> connectBluetooth(BluetoothModel model) async {
  final res = model.toJson();
  logData(res);
  methodChannel.invokeMethod(
      RavenMPosConst.onRequestBluetoothConnection, res);
}