startCustomSpan method
Implementation
Future<Map<String, dynamic>?> startCustomSpan({
required String parentSpanId,
required String name,
Map<String, dynamic>? labels,
}) {
throw UnimplementedError('startCustomSpan() has not been implemented.');
}