maybeOf static method

Implementation

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