putAsync<S> method

  1. @protected
Future<S> putAsync<S>(
  1. AsyncInstanceBuilderCallback<S> builder, {
  2. String? tag,
  3. bool permanent = false,
})

Implementation

@protected
Future<S> putAsync<S>(
  AsyncInstanceBuilderCallback<S> builder, {
  String? tag,
  bool permanent = false,
}) async =>
    Get.putAsync<S>(builder, tag: tag, permanent: permanent);