BaseController class

Inheritance

Constructors

BaseController()

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

dispose() → void
inherited
getContext() → dynamic
inherited
getListenedCollections() List<Type>
inherited
initState() → void
inherited
isLoading() bool
Wether the Controller is loading or not.
inherited
listenedCollectionChanged(String collectionId) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDispose() Future<void>
inherited
onInitState() Future<void>
Calls once after the view calls initState
override
onListenedCollectionChanged(String collectionId) Future<void>
inherited
onRefresh() Future<void>
Use this method to refresh the view eg. if some item was removed.
inherited
onRegister() Future<void>
Calls once after the controller is registered.
override
onReload() Future<void>
Use this method to calculate database etc.
inherited
refresh() → void
inherited
registerController() Future<void>
inherited
reload() Future<void>
inherited
setLoading(bool value) → void
Set Loading and refresh the current Controller.
inherited
setup({required Function onRefresh, dynamic context}) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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