i_clock_dart library

Classes

Clock
Implementations of Clock should use the singleton pattern. Example: static final instance = MyClock.(); MyClock.(); This ensures only one instance exists in the app.