menu
flutx_plus package
documentation
exceptions/base_exception.dart
BaseException
setException method
setException method
dark_mode
light_mode
setException
method
void
setException
(
BaseException
exception
)
Implementation
void setException(BaseException exception) { this.exception = exception; }
flutx_plus package
documentation
exceptions/base_exception
BaseException
setException method
BaseException class