getCurrentDuration method

Duration getCurrentDuration()

Implementation

Duration getCurrentDuration() {
  return Duration(microseconds: _currentLengthInMicroSeconds());
}