ChatCubit constructor
ChatCubit(})
Implementation
ChatCubit(
this._chatApi, {
required this.roomId,
required this.myId,
this.defaultChatPageSize = kDefaultPageSize,
}) : super(ChatState(roomId: roomId));
ChatCubit(
this._chatApi, {
required this.roomId,
required this.myId,
this.defaultChatPageSize = kDefaultPageSize,
}) : super(ChatState(roomId: roomId));