AsyncAtom<P extends String, E extends Future> constructor
AsyncAtom<P extends String, E extends Future> ({
- required E callback(
- P
- int cacheSize = 1,
Implementation
AsyncAtom({required this.callback, this.cacheSize = 1});