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