get<T extends GetxService> static method
T
get<T extends GetxService>(
- T constructor()
Implementation
static T get<T extends GetxService>(T Function() constructor) =>
_get(constructor);