trace method

Future<void> trace(
  1. String value
)

Implementation

Future<void> trace(String value) {
  throw UnimplementedError('trace() has not been implemented.');
}