shared property
Singleton instance of NetworkLogger.
This ensures there is only one instance of the NetworkLogger throughout the app.
Implementation
static final NetworkLogger shared = NetworkLogger._internal();
Singleton instance of NetworkLogger.
This ensures there is only one instance of the NetworkLogger throughout the app.
static final NetworkLogger shared = NetworkLogger._internal();