updateMyProfile method

ResponseFuture<UpdateMyProfileResponse> updateMyProfile(
  1. UpdateMyProfileRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.UpdateMyProfileResponse> updateMyProfile(
    $4.UpdateMyProfileRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateMyProfile, request, options: options);
}