of static method

ServiceScope of(
  1. BuildContext context
)

Implementation

static ServiceScope of(BuildContext context) {
  return Provider.of<ServiceScope>(context, listen: false);
}