TestUserBloc constructor

TestUserBloc()

Implementation

TestUserBloc() : super(TestUserInitial()) {
  on<TestUserEvent>((event, emit) {
    // TODO: implement event handler
  });
}