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