updateUser_Pre method
Implementation
$async.Future<$2.UpdateUserResponse> updateUser_Pre($grpc.ServiceCall call,
$async.Future<$2.UpdateUserRequest> request) async {
return updateUser(call, await request);
}
$async.Future<$2.UpdateUserResponse> updateUser_Pre($grpc.ServiceCall call,
$async.Future<$2.UpdateUserRequest> request) async {
return updateUser(call, await request);
}