RoomLinkAddress typedef

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

Implementation

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