SimpleProviderExt<Notifier> extension

extension for SimpleProvider

on

Methods

ids(List<String> cb(), {bool allowNotifyWithEmptyIds = true}) Target<Notifier, List>
use this method to rebuild your Consumer using ids (a list of strings) passed when you call [notify('id1','id2',...)]
select<R>(_BuildBySelect<Notifier, R> cb) Target<Notifier, R>
use this method to rebuild your Consumer when a value has changed or you can use a boolean condition. Check the documentation for more info.