Future<List<TopicData>?> getUserTopics(String userId) async { return FlutterLinkIdMmpPlatform.instance.getUserTopics(userId: userId); }