reloadActivePlans method
Implementation
Future<LinkFiveActiveProducts> reloadActivePlans() async {
await waitForInit();
return await _updateActivePlansFromLinkFive();
}
Future<LinkFiveActiveProducts> reloadActivePlans() async {
await waitForInit();
return await _updateActivePlansFromLinkFive();
}