future
@protected Future<void> fetchInitWithLoading(Future Function() future) async { fetchInit(() => fetch(future)); }