Storage class

Constructors

Storage.new(InputOutput _io)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

absoluteDev(String dev) Future<String>
allDevs() Future<List<String>>
checkPartFs(String part) Future<String>
checkUsbDevices() Future<bool>
dirtyDev(String dev) Future<String>
getAllBlockDev(String dev) Future<String>
getBlockDev(String dev) Future<String>
getRootDev() Future<String>
mountUsbCheck(String part) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
usbDevices() Future<List<String>>

Operators

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