find<T> method

T find<T>()

Implementation

T find<T>() {
  assert(state.mounted, 'State is not mounted');
  return Data.find<T>(state.context);
}