menu
jrpn
model
DisplayModel
addListener method
addListener
brightness_4
addListener
method
Null safety
void
addListener
(
void
f
(
LcdContents
)
)
Implementation
void addListener(void Function(LcdContents) f) => _lastShown.addObserver(f);
jrpn
model
DisplayModel
addListener method
DisplayModel class
Constructors
DisplayModel
Properties
current
currentShowingX
currentWithoutWindow
hashCode
ignoreUpdates
model
runtimeType
window
Methods
addListener
displayX
noSuchMethod
removeListener
show
toString
update
Operators
operator ==