toggleAsyncRendering method

void toggleAsyncRendering()

Implementation

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