endTimerWithProperties method
Implementation
Future<void> endTimerWithProperties(
String timerName, Map<String, dynamic> properties) async {
await UserExperiorPlatform.instance
.endTimerWithProperties(timerName, properties);
}
Future<void> endTimerWithProperties(
String timerName, Map<String, dynamic> properties) async {
await UserExperiorPlatform.instance
.endTimerWithProperties(timerName, properties);
}