stopWeChatAuthByQRCode function

Future<bool> stopWeChatAuthByQRCode()

Implementation

Future<bool> stopWeChatAuthByQRCode() async {
  return await _channel.invokeMethod('stopAuthByQRCode');
}