startTimer method

Future<void> startTimer(
  1. String timerName
)

Implementation

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