register static method

void register()

Implementation

static void register() {
  Get.lazyPut<AliService>(() => AliService());
}