get<T extends GetxService> static method

T get<T extends GetxService>(
  1. T constructor()
)

Implementation

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