menu
locus
locus.dart
TripService
start abstract method
start
dark_mode
light_mode
start
abstract method
Future
<
void
>
start
(
TripConfig
config
)
Starts a new trip with the given configuration.
Implementation
Future<void> start(TripConfig config);
locus
locus
TripService
start abstract method
TripService class