DataService<T> constructor
DataService<T> ({
- bool isLazy = false,
Implementation
DataService({bool isLazy = false}) {
if (!isLazy) {
loadInitial();
}
onLogout(() => reset());
}