chatInfo method
Changes router location to the Routes.chatInfo page.
Implementation
void chatInfo(ChatId id, {bool push = false}) =>
(push ? this.push : go)('${Routes.chats}/$id${Routes.chatInfo}');
Changes router location to the Routes.chatInfo page.
void chatInfo(ChatId id, {bool push = false}) =>
(push ? this.push : go)('${Routes.chats}/$id${Routes.chatInfo}');