CCRestLogging class

Constructors

CCRestLogging({required bool logEnabled, dynamic onRequest(String)?, dynamic onResponse(String)?, dynamic onError(String)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
logEnabled bool
getter/setter pair
onError ↔ dynamic Function(String)?
getter/setter pair
onRequest ↔ dynamic Function(String)?
getter/setter pair
onResponse ↔ dynamic Function(String)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

broadcastError(String value) → void
broadcastRequest(String value) → void
broadcastResponse(String value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited