getVideo_Pre method

Stream<GetVideoResponse> getVideo_Pre(
  1. ServiceCall call,
  2. Future<GetVideoRequest> request
)

Implementation

$async.Stream<$45.GetVideoResponse> getVideo_Pre($grpc.ServiceCall call, $async.Future<$45.GetVideoRequest> request) async* {
  yield* getVideo(call, await request);
}