clearTrackTimer method

Future<void> clearTrackTimer()

Implementation

Future<void> clearTrackTimer() async {
  GrowingAutotrackerPluginPlatform.instance.clearTrackTimer();
}