updateUserProfile_Pre method
Implementation
$async.Future<$0.HeraResponse> updateUserProfile_Pre(
$grpc.ServiceCall call, $async.Future<$0.HeraRequest> request) async {
return updateUserProfile(call, await request);
}
$async.Future<$0.HeraResponse> updateUserProfile_Pre(
$grpc.ServiceCall call, $async.Future<$0.HeraRequest> request) async {
return updateUserProfile(call, await request);
}