NIMChatroomIndependentModeLinkAddressProvider typedef

NIMChatroomIndependentModeLinkAddressProvider = Future<List<String>> Function(String roomId, String? account)

Implementation

typedef NIMChatroomIndependentModeLinkAddressProvider = Future<List<String>>
    Function(String roomId, String? account);