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