state static method

int state(
  1. bool isOpen
)
override

Implementation

static int state(bool isOpen) {
  return AVState.state(isOpen);
}