now abstract method

Future<DateTime> now()

Retrieves the current UTC DateTime from the configured NTP source.

This method must be implemented by concrete subclasses to perform the actual network request and parse the server response.

Implementation

Future<DateTime> now();