showConversations method
Presents the native view for chat conversations.
Implementation
Future<void> showConversations() {
throw UnimplementedError('showConversations() has not been implemented.');
}
Presents the native view for chat conversations.
Future<void> showConversations() {
throw UnimplementedError('showConversations() has not been implemented.');
}