reloadActivePlans static method
This will reload all active Plans for the current user
This method will also be called on LinkFive INIT
You usually just do on on App Start, but whenever you think they is a change, you can manually reload the active Plans for the current user
Implementation
static Future<LinkFiveActiveProducts> reloadActivePlans() {
return LinkFivePurchasesImpl().reloadActivePlans();
}