printLog abstract method
Use this to print the current request
Async prints will be awaited before proceeding
Implementation
FutureOr<void> printLog(LogRequest request);
Use this to print the current request
Async prints will be awaited before proceeding
FutureOr<void> printLog(LogRequest request);