emit method

void emit(
  1. FFState newState
)

Implementation

void emit(FFState newState) {
  _state = newState;
  notifyListeners();
}