startSpan method
Create and start a new span. Returns a reference to the new span on success and null on failure.
Implementation
Future<EmbraceSpan?> startSpan(
String name, {
EmbraceSpan? parent,
int? startTimeMs,
}) {
throw UnimplementedError('Not implemented yet.');
}