menu
designflow_widgets package
documentation
presentation/blocs/app_cubit.dart
AppState
getCubitByID method
getCubitByID method
dark_mode
light_mode
getCubitByID
method
CubitEntity
getCubitByID
(
ID
id
)
Implementation
CubitEntity getCubitByID(ID id) => instantiatedCubits[id] ?? cubits[id]!();
designflow_widgets package
documentation
presentation/blocs/app_cubit
AppState
getCubitByID method
AppState class