renewSubscription method

void renewSubscription()

Implementation

void renewSubscription() async {
  // TODO: check if this is needed
  final package = authenticationController.mySubscription?.package;
  if (authenticationController.daysToExpiry <= 31 && package != null) {
    // authenticationController.subscriptionController.renewPackage(package);
  }
}