App class Null safety
Constructors
- App()
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
checkMotd(
) → Future< String> -
Returns the message of the day
@return Future
-
checkUpdate(
String version) → Future< String> -
Returns an url as String when the app is not up-to-date otherwise empty string
@param version: String
@return Future
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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 @param versionString: String @return double
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited