get<T> method

T get<T>()

Implementation

T get<T>() => StoreProvider.of(this).store.get<T>();