SharedPrefs class

Inheritance

Constructors

SharedPrefs({String database = '.default', bool ignoreErrors = false})

Properties

accessUri Uri
final
database String
final
hashCode int
The hash code for this object.
no setterinherited
ignoreErrors bool
final
preferences Future<SharedPreferences>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

browse(String path, [Query? query]) Stream<AlbumOre>
inherited
commit(Album album) Future<AlbumOre>
inherited
commitAll(Iterable<Album?> ore) Stream<AlbumOre>
inherited
create(Album album, String dir) Future<AlbumOre>
inherited
createAll(Iterable<Album?> ore, String dir) Stream<AlbumOre>
inherited
delete(Album album) Future<AlbumOre>
inherited
deleteAll(Iterable<Album?> ore) Stream<AlbumOre>
inherited
fetch(String path, [Query? query]) Future<AlbumOre>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBrowse(String path, [Query? query]) Stream<AlbumOre>
override
onCommit(Album album, String path) Future<AlbumOre>
override
onCreate(Album album, String dir) Future<AlbumOre>
override
onDelete(String path) Future<AlbumOre>
override
onFetch(String path, [Query? query]) Future<AlbumOre>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

relativePath(String path) String