TF-56 Send email with attachment
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import 'package:core/core.dart';
|
||||
|
||||
class SendingEmailState extends UIState {
|
||||
SendingEmailState();
|
||||
|
||||
@override
|
||||
List<Object?> get props => [];
|
||||
}
|
||||
|
||||
class SendEmailSuccess extends UIState {
|
||||
|
||||
SendEmailSuccess();
|
||||
|
||||
Reference in New Issue
Block a user