future
@protected Future<void> fetchInit(Future Function() future) async { WidgetsBinding.instance.addPostFrameCallback((timeStamp) { future(); }); }