NamedPreferencesPlatform constructor
NamedPreferencesPlatform({
- String? filename,
Constructs a NamedPreferencesPlatform.
Implementation
NamedPreferencesPlatform({this.filename}) : super(token: _token);