stopQrauth method

Future<void> stopQrauth()

暂停扫码登录请求

Implementation

Future<void> stopQrauth() {
  throw UnimplementedError('stopQrauth() has not been implemented.');
}