SharedPreferencesWithCacheOptions constructor

const SharedPreferencesWithCacheOptions({
  1. Set<String>? allowList,
})

Creates a new instance with the given options.

Implementation

const SharedPreferencesWithCacheOptions({
  this.allowList,
});