stop abstract method

Future<bool> stop({
  1. ErrorCode? errorCode,
  2. int? endTimeMs,
})

Stop an active span. Returns true if the span is stopped after the method returns and false otherwise.

Implementation

Future<bool> stop({ErrorCode? errorCode, int? endTimeMs});