enableNetworkLogs property
Whether the network calls should be logged - should be false
in production.
Implementation
@JsonKey(required: true)
bool enableNetworkLogs = false;
Whether the network calls should be logged - should be false
in production.
@JsonKey(required: true)
bool enableNetworkLogs = false;