of static method

Implementation

static SaveRepository of(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<_SaveInheritedRepository>()!
      ._repository;
}