getContext_Pre method
Implementation
$async.Future<$4.Context> getContext_Pre($grpc.ServiceCall call,
$async.Future<$4.GetContextRequest> request) async {
return getContext(call, await request);
}
$async.Future<$4.Context> getContext_Pre($grpc.ServiceCall call,
$async.Future<$4.GetContextRequest> request) async {
return getContext(call, await request);
}