read<T extends StateModel> method

T? read<T extends StateModel>()

Implementation

T? read<T extends StateModel>() {
  return _manager.read<T>();
}