boot method
Implementation
Future<Map<String, dynamic>> boot({
required String apiKey,
required String environment,
required List<String> segmentationTags,
int? geoPollIntervalMs,
int? defaultDistance,
}) {
throw UnimplementedError('boot() has not been implemented.');
}