onAppToForeground method

Future<void> onAppToForeground()

Implementation

Future<void> onAppToForeground() async {
  TCICLog.info("onAppToForeground", actionModule: ActionModule.tcicController.name, actionName: ActionName.appLifecycle.name);
  startHeartBeat();
}