ProxyLocalDataSourceImpl constructor

const ProxyLocalDataSourceImpl({
  1. required SharedPreferences sharedPreferences,
})

Creates a new ProxyLocalDataSourceImpl with the given sharedPreferences

Implementation

const ProxyLocalDataSourceImpl({required this.sharedPreferences});