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