currentSubscriptionName property
Implementation
String get currentSubscriptionName => Get.find<AuthenticationController>().currentSubscription.name ?? '';
String get currentSubscriptionName => Get.find<AuthenticationController>().currentSubscription.name ?? '';