logWeChatUnlink method

  1. @override
Future<void> logWeChatUnlink()
override

Implementation

@override
Future<void> logWeChatUnlink() async {
  try {
    await _logLinkingChannel
        .invokeMethod(SuperfineSdkChannelMethods.logWeChatUnlink);
  } catch (e) {
    print("Error unlinking WeChat account: $e");
  }
}