get<T> static method

T get<T>(
  1. BuildContext context
)

Alias for ReactiveState.get

Implementation

static T get<T>(BuildContext context) => ReactiveState.get(context);