getDelay method
Gets initial delay before the timer is triggered for the first time.
Returns the delay in milliseconds.
Implementation
int? getDelay() {
return _delay;
}
Gets initial delay before the timer is triggered for the first time.
Returns the delay in milliseconds.
int? getDelay() {
return _delay;
}