import 'package:get/get.dart'; class MatchmakerUpdateController extends GetxController { final sum = 0.obs; }