PdaSource class

Constructors

PdaSource()

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

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

Static Properties

listeners List<PdaListenerMixin<StatefulWidget>>
getter/setter pair

Static Methods

dispose() → void
You need to call this method to release resources when you exit the entire application.
init() → void
You need to initialize it as necessary, when the program starts for the first time.
registerListener(PdaListenerMixin<StatefulWidget> listener) → void
unRegisterListener(PdaListenerMixin<StatefulWidget> listener) → void

Constants

channelName → const String