getConversations method

Future<List?> getConversations()

Implementation

Future<List?> getConversations() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}