We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d159303 commit c4eed8fCopy full SHA for c4eed8f
CHANGELOG.md
@@ -2,7 +2,7 @@
2
* Android Sdk升级到15.8.35
3
* iOS Sdk升级到15.8.35
4
* OpenHarmony Sdk升级到15.8.37
5
-
+* 支付支持参数:showPayLoading
6
7
## 5.1.2
8
* Android Sdk升级到15.8.33
lib/src/tobias.dart
@@ -4,6 +4,7 @@ import 'tobias_platform_interface.dart';
class Tobias {
/// [evn] only supports Android due to native AliPaySDK
/// [universalLink] only supports iOS
+ /// [showPayLoading] controls if there is loading while paying, only supports Android and OpenHarmony.
Future<Map> pay(String order,
9
{AliPayEvn evn = AliPayEvn.online,
10
bool showPayLoading = true,
0 commit comments