printLog abstract method

FutureOr<void> printLog(
  1. LogRequest request
)

Use this to print the current request

Async prints will be awaited before proceeding

Implementation

FutureOr<void> printLog(LogRequest request);