managementURL property

  1. @JsonKey(name: 'managementURL')
String? managementURL
inherited

URL to manage the active subscription of the user. If this user has an active iOS subscription, this will point to the App Store, if the user has an active Play Store subscription it will point there. If there are no active subscriptions it will be null. If there are multiple for different platforms, it will point to the device store.

Implementation

@JsonKey(name: 'managementURL')
String? get managementURL => throw _privateConstructorUsedError;