getVelocityAtTimestamp method

double getVelocityAtTimestamp(
  1. LengthUnit lengthUnit,
  2. DateTime timestamp
)

Implementation

double getVelocityAtTimestamp(LengthUnit lengthUnit, DateTime timestamp) {
  throw UnimplementedError("Get Velocity At Timestamp not implemented yet.");
}