updateProfilePicture method

ResponseFuture<IdentifierResponse> updateProfilePicture(
  1. UploadPictureReq request, {
  2. CallOptions? options,
})

Update the user's profile picture

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> updateProfilePicture(
  $1.UploadPictureReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateProfilePicture, request, options: options);
}