releasePendingCheckout method
Cancels an in-flight web checkout. No-op on iOS.
Implementation
Future<void> releasePendingCheckout() {
throw UnimplementedError('releasePendingCheckout() has not been implemented.');
}
Cancels an in-flight web checkout. No-op on iOS.
Future<void> releasePendingCheckout() {
throw UnimplementedError('releasePendingCheckout() has not been implemented.');
}