listAPIKeys_Pre method

Stream<ListAPIKeysResponse> listAPIKeys_Pre(
  1. ServiceCall call,
  2. Future<ListAPIKeysRequest> request
)

Implementation

$async.Stream<$1.ListAPIKeysResponse> listAPIKeys_Pre($grpc.ServiceCall call,
    $async.Future<$1.ListAPIKeysRequest> request) async* {
  yield* listAPIKeys(call, await request);
}