dispose method

void dispose()

Dispose the AppBloc

Implementation

void dispose() {
  _appBloc.close();
}