getClearedAt method
Implementation
@override
Future<ChatResult<DateTime?>> getClearedAt(String roomId) async {
return ChatSuccess(_clearedAt[roomId]);
}
@override
Future<ChatResult<DateTime?>> getClearedAt(String roomId) async {
return ChatSuccess(_clearedAt[roomId]);
}