menu
designflow_widgets package
documentation
presentation/blocs/app_widget_cubit.dart
DesignFlowAppCubit
checkIfRemoteExists method
checkIfRemoteExists method
dark_mode
light_mode
checkIfRemoteExists
method
bool
checkIfRemoteExists
(
String
name
)
Implementation
bool checkIfRemoteExists(String name) { return _cachePages.containsKey(name); }
designflow_widgets package
documentation
presentation/blocs/app_widget_cubit
DesignFlowAppCubit
checkIfRemoteExists method
DesignFlowAppCubit class