ViewEvent.error constructor
- {required BaseViewEventType type}
エラー通知イベント 引数のtypeに応じたメッセージをSnackBarに表示
Implementation
const factory ViewEvent.error({
required BaseViewEventType type,
}) = _Error;
エラー通知イベント 引数のtypeに応じたメッセージをSnackBarに表示
const factory ViewEvent.error({
required BaseViewEventType type,
}) = _Error;