TF-56 Send email with attachment
This commit is contained in:
@@ -25,6 +25,10 @@ abstract class BaseController extends GetxController {
|
||||
);
|
||||
}
|
||||
|
||||
void clearState() {
|
||||
viewState.value = Right(UIState.idle);
|
||||
}
|
||||
|
||||
void onData(Either<Failure, Success> newState) {
|
||||
viewState.value = newState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user