showAppleSubscriptionManagement method
Open Apple's subscription management UI for the user to cancel
their StoreKit auto-renew. Transitions state toward completed
once the system detects the cancellation.
Implementation
Future<void> showAppleSubscriptionManagement() async {
_ensureNotDisposed();
await _methodChannel.invokeMethod<void>('showAppleSubscriptionManagement');
}