onApplyingToSeatStateChanged method

void onApplyingToSeatStateChanged({
  1. required bool isApplying,
})

Implementation

void onApplyingToSeatStateChanged({required bool isApplying}) {
  state.isApplyingToTakeSeat.value = isApplying;
}