Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Chad
2022-11-05 23:09:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d9ec8ff8ddfe36d44fd90efaa8e2952a91513fd5
d9ec8ff8
1 parent
482422ca
优化支付过程
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
lib/payment/payment_sdk.dart
lib/payment/payment_sdk.dart
View file @
d9ec8ff
...
...
@@ -112,6 +112,10 @@ class PaymentSdk {
return
true
;
}
void
restore
()
{
InAppPurchase
.
instance
.
restorePurchases
();
}
void
dispose
()
{
onPaySuccess
=
null
;
onPending
=
null
;
...
...
Please
register
or
login
to post a comment