of static method
Implementation
static of(BuildContext context) {
_SeenInheritedProvider? p = context.dependOnInheritedWidgetOfExactType(
aspect: _SeenInheritedProvider);
return p!.data;
}
static of(BuildContext context) {
_SeenInheritedProvider? p = context.dependOnInheritedWidgetOfExactType(
aspect: _SeenInheritedProvider);
return p!.data;
}