BoxX<T> extension
Flutter extensions for boxes.
- on
-
- Box<
T>
- Box<
Methods
-
listenable(
{List keys}) → ValueListenable< Box< T> > -
Returns a
ValueListenable
which notifies its listeners when an entry in the box changes. [...]