BluetoothBarrier.keeping constructor

BluetoothBarrier.keeping({
  1. required String barrierLabel,
  2. required int? bluetoothStatus,
  3. required int? deviceType,
})

Implementation

BluetoothBarrier.keeping({
  required this.barrierLabel,
  required this.bluetoothStatus,
  required this.deviceType,
}) : super(
        barrierEventType: _Param.bluetoothBarrierReceiverAction,
        barrierType: _Param.bluetoothKeepBarrier,
        barrierLabel: barrierLabel,
      );