of static method

Implementation

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