updateUserMobile method

ResponseFuture<OperationResponse> updateUserMobile(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.OperationResponse> updateUserMobile(
    $0.StringValue request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateUserMobile, request, options: options);
}