recentChatFromJson function

RecentChat recentChatFromJson(
  1. String str
)

Implementation

RecentChat recentChatFromJson(String str) =>
    RecentChat.fromJson(json.decode(str));