maybeOf static method
Implementation
static MiniProgramRuntimeScope? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<MiniProgramRuntimeScope>();
}
static MiniProgramRuntimeScope? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<MiniProgramRuntimeScope>();
}