lazyPut<S> method

  1. @protected
void lazyPut<S>(
  1. InstanceBuilderCallback<S> builder, {
  2. String? tag,
  3. bool fenix = false,
})

Implementation

@protected
void lazyPut<S>(
  InstanceBuilderCallback<S> builder, {
  String? tag,
  bool fenix = false,
}) =>
    Get.lazyPut<S>(builder, tag: tag, fenix: fenix);