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