GenericEvent<T>.showError constructor
const
GenericEvent<T>.showError ({
- required String exception,
Implementation
const factory GenericEvent.showError({
required String exception,
}) = ShowErrorGenericEvent<T>;