response method Null safety
override
Implementation
@override
Future<BaseMessage> response(res) async {
return BaseMessage.msgFromJson<UserMessage>(res, channelType: channelType)!;
}
@override
Future<BaseMessage> response(res) async {
return BaseMessage.msgFromJson<UserMessage>(res, channelType: channelType)!;
}