TypeAsync<T extends Object?> typedef

TypeAsync<T extends Object?> = Future<T>

Implementation

typedef TypeAsync<T extends Object?> = Future<T>;