NetworkConfiguration constructor
const
NetworkConfiguration({})
Creates a network configuration with the specified settings.
Implementation
const NetworkConfiguration({
required this.defaultHeaders,
required this.timeoutInMs,
});