get<T> static method

T? get<T>(
  1. BuildContext context
)

Implementation

static T? get<T>(BuildContext context) => of(context)?.store.get<T>();