of static method

FlutterUpConfig? of(
  1. BuildContext context
)

Implementation

static FlutterUpConfig? of(BuildContext context) {
  return (context.dependOnInheritedWidgetOfExactType<FlutterUpConfig>());
}