onForPlayChanged method

void onForPlayChanged(
  1. bool value
)

Implementation

void onForPlayChanged(bool value) {
  emit(state.copyWith(forPlay: value));
}