getDurationRemaining method

Future<double?> getDurationRemaining()

Total seconds remaining on all legs.

Implementation

Future<double?> getDurationRemaining() {
  throw UnimplementedError(
    'getDurationRemaining() has not been implemented.',
  );
}