HistoryChat typedef

HistoryChat = List<Map<String, dynamic>>

Implementation

typedef HistoryChat = List<Map<String, dynamic>>;