accessComponentState<TAppState extends AFComponentState> method

  1. @override
TAppState accessComponentState<TAppState extends AFComponentState>()

Implementation

@override
TAppState accessComponentState<TAppState extends AFComponentState>() {
  return _findComponentState<TAppState>(afState);
}