RootManagement class

Manages a RootDirectory's representation on the filesystem, such as creation and deletion

Properties

hashCode int
The hash code for this object.
no setterinherited
ready → Never
'ready' is deprecated and shouldn't be used. Assume that the necessary directories and files exist after initialisation and until 'delete' is used. This remnant will be removed in a future update.
no setter
readyAsync Future<Never>
'readyAsync' is deprecated and shouldn't be used. Assume that the necessary directories and files exist after initialisation and until 'delete' is used. This remnant will be removed in a future update.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() → Never
'create' is deprecated and shouldn't be used. Creation is now performed automatically when initialising FMTC. This remnant will be removed in a future update.
createAsync() Future<Never>
'createAsync' is deprecated and shouldn't be used. Creation is now performed automatically when initialising FMTC. This remnant will be removed in a future update.
delete() Future<void>
Unintialise/close open databases, and delete the root directory and its contents
deleteAsync() Future<void>
'deleteAsync' is deprecated and shouldn't be used. Prefer delete. This redirect will be removed in a future update.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
Reset the root directory, database, and stores
resetAsync() Future<void>
'resetAsync' is deprecated and shouldn't be used. Prefer reset. This redirect will be removed in a future update.
toString() String
A string representation of this object.
inherited

Operators

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