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