getAllStates method

Map<String, State<StatefulWidget>> getAllStates()

Implementation

Map<String, State> getAllStates(){
 return _mapState;
}