ProxyAnalyticsServiceImpl constructor

ProxyAnalyticsServiceImpl({
  1. required SharedPreferences sharedPreferences,
})

Creates a new ProxyAnalyticsServiceImpl with the given sharedPreferences

Implementation

ProxyAnalyticsServiceImpl({required SharedPreferences sharedPreferences})
  : _sharedPreferences = sharedPreferences;