add type to all Getx put/get/delete/isRegistered (#8550)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -1428,7 +1428,7 @@ Future<void> initGlobalFFI() async {
|
||||
_globalFFI = FFI(null);
|
||||
debugPrint("_globalFFI init end");
|
||||
// after `put`, can also be globally found by Get.find<FFI>();
|
||||
Get.put(_globalFFI, permanent: true);
|
||||
Get.put<FFI>(_globalFFI, permanent: true);
|
||||
}
|
||||
|
||||
String translate(String name) {
|
||||
|
||||
Reference in New Issue
Block a user