startChild abstract method

Future<Trace> startChild(
  1. String name,
  2. String operation, {
  3. LogLevel? level = LogLevel.info,
})

Starts a child trace with a specific name and operation.

Implementation

Future<Trace> startChild(
  String name,
  String operation, {
  LogLevel? level = LogLevel.info,
});