RuntimeCallbacks constructor
RuntimeCallbacks({
- TraceCallback? onErrors,
- TraceCallback? onWarnings,
- TraceCallback? onDiagnostics,
Implementation
RuntimeCallbacks({this.onErrors, this.onWarnings, this.onDiagnostics});