WebConsolePrinter constructor
Implementation
WebConsolePrinter({
this.methodCount = 8,
this.errorMethodCount,
this.suppressTypeNames = false,
}) {
_stackParser = StackTraceParser(
methodCount: methodCount,
errorMethodCount: errorMethodCount,
excludePaths: const [],
showAsyncGaps: false,
);
_callerExtractor = CallerExtractor();
}