getVideo_Pre method

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

Implementation

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