start abstract method

Future<void> start(
  1. TripConfig config
)

Starts a new trip with the given configuration.

Implementation

Future<void> start(TripConfig config);