Skip to content

Commit

Permalink
Update fluwx.dart
Browse files Browse the repository at this point in the history
forgot add "stopAuthByQRCode" method.
  • Loading branch information
limxing authored Sep 18, 2023
1 parent 6df6bc0 commit 07f1047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/fluwx.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ class Fluwx {
return FluwxPlatform.instance.authBy(which);
}

/// Stop QR service
Future<bool> stopAuthByQRCode() => FluwxPlatform.instance.stopAuthByQRCode();

/// please read * [official docs](https://pay.weixin.qq.com/wiki/doc/api/wxpay_v2/papay/chapter3_2.shtml).
Future<bool> autoDeduct({required AutoDeduct data}) async {
return FluwxPlatform.instance.autoDeduct(data);
Expand Down

0 comments on commit 07f1047

Please sign in to comment.