register static method

void register()

Implementation

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