end method

  1. @Deprecated('Please migrate to the App Flows APIs: APM.startAppFlow, APM.endFlow, and APM.setFlowAttribute. This feature was deprecated in v13.0.0')
void end()

Ends Execution Trace

Please migrate to the App Flows APIs: APM.startFlow, APM.setFlowAttribute, and APM.endFlow.

Implementation

@Deprecated(
  'Please migrate to the App Flows APIs: APM.startAppFlow, APM.endFlow, and APM.setFlowAttribute. This feature was deprecated in v13.0.0',
)
void end() {
  APM.endExecutionTrace(id);
}