getCurrentState method

InputState? getCurrentState()

Implementation

InputState? getCurrentState() {
  return _currentState;
}