ProxyAnalyticsServiceImpl constructor
ProxyAnalyticsServiceImpl({
Creates a new ProxyAnalyticsServiceImpl with the given sharedPreferences
Implementation
ProxyAnalyticsServiceImpl({required SharedPreferences sharedPreferences})
: _sharedPreferences = sharedPreferences;