of static method
Implementation
static FastAppErrorReporter? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FastAppErrorReporter>();
}
static FastAppErrorReporter? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FastAppErrorReporter>();
}