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