updateName_Pre method
Implementation
$async.Future<$0.UserResponse> updateName_Pre(
$grpc.ServiceCall call, $async.Future<$0.UserRequest> request) async {
return updateName(call, await request);
}
$async.Future<$0.UserResponse> updateName_Pre(
$grpc.ServiceCall call, $async.Future<$0.UserRequest> request) async {
return updateName(call, await request);
}