AsyncAtom<P extends String, E extends Future> constructor

AsyncAtom<P extends String, E extends Future>({
  1. required E callback(
    1. P
    ),
  2. int cacheSize = 1,
})

Implementation

AsyncAtom({required this.callback, this.cacheSize = 1});