toggleAsyncRendering method
void
toggleAsyncRendering()
Implementation
void toggleAsyncRendering() => emit(state.copyWith(asyncMode: !state.asyncMode));
void toggleAsyncRendering() => emit(state.copyWith(asyncMode: !state.asyncMode));