getConversationListNotifier method

Future<ZIMKitConversationListNotifier> getConversationListNotifier()

Implementation

Future<ZIMKitConversationListNotifier> getConversationListNotifier() {
  return ZIMKitCore.instance.getConversationListNotifier();
}