import 'package:get/get.dart'; abstract class ServiceBase extends GetxService { T find({ String? tag}) => Get.find(tag: tag); }