addListener method Null safety

void addListener(
  1. void f(
    1. LcdContents
    )
)

Implementation

void addListener(void Function(LcdContents) f) => _lastShown.addObserver(f);