get method

Future get()

Convenient method to get the value for this query.

Implementation

Future get() => once().then((v) => v.value);