Skip to content

Commit

Permalink
Merge pull request #574 from limxing/patch-1
Browse files Browse the repository at this point in the history
Update fluwx.dart
  • Loading branch information
JarvanMo authored Sep 18, 2023
2 parents 6df6bc0 + 07f1047 commit ac895a0
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 ac895a0

Please sign in to comment.