menu
moduler_structure package
documentation
Exceptions/FlowException.dart
FlowException
FlowException constructor
FlowException constructor
dark_mode
light_mode
FlowException
constructor
FlowException
(
String
message
)
Implementation
FlowException(this.message) { print('Error: $message'); }
moduler_structure package
documentation
Exceptions/FlowException
FlowException
FlowException constructor
FlowException class