recentChatToJson function

String recentChatToJson(
  1. RecentChat data
)

Implementation

String recentChatToJson(RecentChat data) => json.encode(data.toJson());