startTrace abstract method
Starts a trace with a specific name and operation.
Implementation
Future<AnalyticsTrace> startTrace(String name, String operation);
Starts a trace with a specific name and operation.
Future<AnalyticsTrace> startTrace(String name, String operation);