LazxManager class abstract

LazxManager represent a manager that will handle your data inside your app.

A manager could be implement in many ways, this one helps you to observe the data from your repositories (or other data sources) that will have LazxObserver to observe.

Constructors

LazxManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
props List<LazxObserver>
Represents the list of the LazxObserver in your manager
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Can be override to finish some calls/listeners It's also used to dispose all the LazxObserver
init() → void
Can be override to initialise some calls or variables
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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