getLastUpdateTime method
Retrieves the last update time, or null
if never updated.
This method returns the timestamp of the last update or null
if
the value has never been updated.
Implementation
Future<DateTime?> getLastUpdateTime() => lastUpdate.get();