menu
flutter_app_components package
documentation
flutter_app_components.dart
throwIfNot function
throwIfNot function
dark_mode
light_mode
throwIfNot
function
void
throwIfNot
(
bool
condition
,
Object
error
)
Implementation
void throwIfNot(bool condition, Object error) { if (!condition) throw error; }
flutter_app_components package
documentation
flutter_app_components
throwIfNot function
flutter_app_components library