import 'package:get/get.dart'; class TimService extends GetxService { Future init() async { return this; } }