Future<void> startTimer(String timerName) async { await UserExperiorPlatform.instance.startTimer(timerName); }