NamedPreferencesPlatform constructor

NamedPreferencesPlatform({
  1. String? filename,
})

Constructs a NamedPreferencesPlatform.

Implementation

NamedPreferencesPlatform({this.filename}) : super(token: _token);