race<TKey> method

  1. @protected
Future<Map<TKey, Object?>> race<TKey>(
  1. Map<TKey, Object?> awatiable
)

Implementation

@protected
Future<Map<TKey, Object?>> race<TKey>(Map<TKey, Object?> awatiable) {
  return _handleAwaitable(_AwaitType.race, awatiable);
}