menu
dox_core package
documentation
middleware/log_middleware.dart
LogMiddleware
LogMiddleware.new constructor
LogMiddleware.new constructor
dark_mode
light_mode
LogMiddleware
constructor
LogMiddleware
(
{
required
bool
enabled
,
Map
<
String
,
dynamic
>
filter
(
Map
<
String
,
dynamic
>
)?,
bool
withHeader
=
false
,
})
Implementation
LogMiddleware({ required this.enabled, this.filter, this.withHeader = false, });
dox_core package
documentation
middleware/log_middleware
LogMiddleware
LogMiddleware.new constructor
LogMiddleware class