Start manual trip
Future<bool> startTrip(Map<String, String>? metadata) { return MovesdkPlatform.instance.startTrip(metadata); }