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