Show manage subscriptions page
static Future<void> showManageSubscriptions({String? sku}) async { await _invokeMethod('showManageSubscriptions', {"sku": sku}); }