showManageSubscriptions static method

Future<void> showManageSubscriptions({
  1. String? sku,
})

Show manage subscriptions page

Implementation

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