asFuture method

Future<T> asFuture()

Implementation

Future<T> asFuture() {
  return Future.value(this);
}