App class

Constructors

App()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

checkMotd() Future<String>
Returns the message of the day
checkUpdate(String version) Future<String>
Returns an url as String when the app is not up-to-date otherwise empty string
Get list of distros from Repo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
versionToDouble(String version) double
Returns an int of the string '1.2.3' -> 123

Operators

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