watch static method
call rebuild
Implementation
static IndexModel? watch(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<IndexNotifierProvider>()
?.model;
}
call rebuild
static IndexModel? watch(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<IndexNotifierProvider>()
?.model;
}