ofFuture method
Implementation
static Future<Resources> ofFuture(BuildContext context) async {
return new Future.delayed(Duration.zero, () {
return ResInheritedWidget.of(context);
});
}
static Future<Resources> ofFuture(BuildContext context) async {
return new Future.delayed(Duration.zero, () {
return ResInheritedWidget.of(context);
});
}