getCurrentInstant method

  1. @override
Instant getCurrentInstant()
override

Returns the current instant provided by the underlying clock.

Implementation

@override
Instant getCurrentInstant() => _clock.getCurrentInstant();