setTopicSubcribeStatus method
Implementation
Future<bool> setTopicSubcribeStatus(String userId, String topicCode, bool isSubcribe) async {
return FlutterLinkIdMmpPlatform.instance
.setTopicSubcribeStatus(userId: userId, topicCode: topicCode, status: isSubcribe);
}