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