DOMAsync.future constructor

DOMAsync.future(
  1. Future future, [
  2. Object? loading
])

Implementation

DOMAsync.future(Future future, [Object? loading])
    : this(future: future, loading: loading);