import 'dart:io'; import 'package:get/get.dart'; class ContactUsController extends GetxController { RxList attachmentFileList = [File("")].obs; RxList attachmentPathNameList = [""].obs; }