notifyListener method

Future notifyListener()

update all streams with the new values

Implementation

Future notifyListener() async {
  _streamsMap.forEach((key, value) async => key!.add(await value()));
}