of static method
Implementation
static IdsScope of(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<IdsScope>();
assert(scope != null, 'IdsScope not found — wrap your app with ThemeProvider');
return scope!;
}
static IdsScope of(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<IdsScope>();
assert(scope != null, 'IdsScope not found — wrap your app with ThemeProvider');
return scope!;
}