reloadActivePlans method

Future<LinkFiveActiveProducts> reloadActivePlans()

Implementation

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