shared property

NetworkLogger shared
final

Singleton instance of NetworkLogger.

This ensures there is only one instance of the NetworkLogger throughout the app.

Implementation

static final NetworkLogger shared = NetworkLogger._internal();