OdinApp class abstract

Constructors

OdinApp()

Properties

hashCode int
The hash code for this object.
no setterinherited
networkOnline bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCurrentContext() BuildContext?
getNavigatorKey() GlobalKey<NavigatorState>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSetup() Future<OdinApp>
setNetworkOnline(bool value) → void
setup() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

clear() Future<void>
get() OdinApp
initialized() bool