serviceName property

String? serviceName
final

The OpenTelemetry service.name. Native owns the resource and applies this to all spans (native-origin and Flutter-bridged). Defaults to appName.

Implementation

final String? serviceName;