AndrossyController class

Constructors

AndrossyController()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDestroy(BuildContext context) → void
onDetached(BuildContext context) → void
onHidden(BuildContext context) → void
onInit(BuildContext context) → void
onListener(BuildContext context) → void
onNotify([VoidCallback? callback]) → void
onPaused(BuildContext context) → void
onReady(BuildContext context) → void
onRestart(BuildContext context) → void
onResumed(BuildContext context) → void
onStart(BuildContext context) → void
onStop(BuildContext context) → void
setNotifier(OnViewNotifier? notifier) → void
toString() String
A string representation of this object.
inherited

Operators

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