removeListener method Null safety

void removeListener(
  1. void f(
    1. LcdContents
    )
)

Implementation

void removeListener(void Function(LcdContents) f) =>
    _lastShown.removeObserver(f);