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