import 'package:farmer_client/models/User.dart'; import 'package:get/get.dart'; class Model { Model(); init() { Get.put(User(), tag: 'user'); } }