present method
- @Deprecated('Bookkeeping is automatic when you call ZeroSettle.instance.presentPaymentSheet or ZeroSettle.instance.purchase. Will be removed in 2.0.')
Transition the offer into the presented state.
Implementation
@Deprecated('Bookkeeping is automatic when you call ZeroSettle.instance.presentPaymentSheet or ZeroSettle.instance.purchase. Will be removed in 2.0.')
Future<void> present() async {
_ensureNotDisposed();
await _methodChannel.invokeMethod<void>('present');
}