getCompleter method

Completer<void>? getCompleter(
  1. String timerId
)

Returns the completer for a given timer ID (used in recovery).

Implementation

Completer<void>? getCompleter(String timerId) => _completers[timerId];